.inside-title .info {
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.fun-intro {
    padding: 32px 0 40px 0;
}

.app-sence {
    background-color: #f3f5f6;
    padding: 30px 0 74px 0;
}

.app-sence .list li p {
    font-size: 20px;
}

.app-sence .list {
    margin-top: 40px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.app-sence .list li {
    float: left;
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.app-sence .list .img:hover {
    box-shadow: 0px 14px 29px 0px rgba(222, 222, 222, 0.45);
}

.app-sence .list li:hover p {
    color: #ef986e;
}

.app-sence .list .img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid #ebedf0;
    background-color: #fff;
    padding: 28px;
    margin-bottom: 14px;
}

.spec {
    padding: 64px 0 100px 0;
}

.spec .left {
    width: 36%;
    margin-top: 80px;
    position: relative;
}

.grow-up .line {
    position: absolute;
    right: 0;
    top: 30px;
    width: 104px;
    height: 2px;
    background-color: #ef986e;
}

.two .line {
    position: absolute;
    right: 0;
    top: 209px;
    width: 104px;
    height: 2px;
    background-color: #ef986e;
}

.spec .right {
    width: 49%;
    position: relative;
}

.spec .right .s {
    position: absolute;
    left: -199px;
    top: 144px;
}

.spec .right .x {
    position: absolute;
    left: -199px;
    bottom: 61px;
}

.spec .grow-up {
    /* margin-bottom: 96px; */
    text-align: right;
}

.grow-up .title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.grow-up .info {
    font-size: 14px;
    margin-bottom: 122px;
    margin-top: 10px;
}

.fun-intro .m {
    display: none;
}
.spec .m-img img {
    display: none;
}
@media screen and (max-width:768px) {
    .line {
        display: none;
    }

    .inside-title .info {
        height: 100%;
    }

    .fun-intro .pc {
        display: none;
    }

    .grow-up .info {
        margin-bottom: 0;
    }

    .fun-intro .m {
        display: block;
    }

    .spec .m-img img {
        width: 738px;
        height: 456px;
        display: block;
    }

    .spec .right {
        display: none;
    }

    .spec .grow-up {
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

    .spec .left {
        width: 100%;
        margin-top: 0;
    }

    .spec {
        padding: 64px 0 20px 0;
    }

    .grow-up .title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:560px) {
    .app-sence .list li {
        margin-bottom: 50px;
        width: 50%;
    }
}

@media screen and (max-width:630px) {
    .spec .m-img img {
        width: 100%;
        height: 100%;
    }
}
